home *** CD-ROM | disk | FTP | other *** search
- Path: digex.net!not-for-mail
- From: cobrien@access2.digex.net (Cary B. O'Brien)
- Newsgroups: comp.lang.c++
- Subject: Re: Large arrays in c++?
- Date: 29 Jan 1996 21:31:44 -0500
- Organization: Express Access Online Communications USA: 800-969-9090
- Message-ID: <4ejvug$95o@access2.digex.net>
- References: <4e4ssa$n9t@mira.sara.nl>
- NNTP-Posting-Host: access2.digex.net
-
- In article <4e4ssa$n9t@mira.sara.nl>,
- Paul Langemeijer <lmeijer@phys.uva.nl> wrote:
- >Hello,
- >
- >I am working on a simulation program that generates a lot of
- >(complex) numbers which I would like to store in a large array, to
- >make a FFT lateron.
- >The calloc function will not allow me enough memory to store my
- >approximately 1Mb of data, though there is enough internal memory
- >on my PC. How can I fix this? I am using Borland C++ under DOS.
- >
- >Please give me a hint!
- >
- DO not put up with any language that has the words near, far, pascal, or
- huge in them.
-
- 1. If you don't have one, buy a CD ROM drive.
- 2. Go to a good technical bookstore and get a Linux book with a CD Rom.
- 3. If they have 'Numerical Recipies in C' buy that too.
- 4. Read both books.
-
- Good Luck.
-
- Cary O'Brien
- cobrien@access.digex.net
-
- >Regards, Frederik de Jong
- >
- >Email:
- >fbdejong@nucleus.phys.uva.nl
-
-
-